Skip to content

fix: Non-Nullable String empty query parameter#1926

Merged
jeremydmiller merged 1 commit intoJasperFx:mainfrom
Blackclaws:fix/bug1924
Dec 10, 2025
Merged

fix: Non-Nullable String empty query parameter#1926
jeremydmiller merged 1 commit intoJasperFx:mainfrom
Blackclaws:fix/bug1924

Conversation

@Blackclaws
Copy link
Contributor

Fixes: #1924

Substitutes the empty string for non existing query parameters when non-nullable string is requested.

@jeremydmiller
Copy link
Member

@Blackclaws Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Accepting non-nullable string query parameters violates nullable annotation if no query string is passed

2 participants